run | Run the NoSQL Bridge service in foreground mode |
start | Run the NoSQL Bridge service in background mode |
stop | Stop the NoSQL Bridge service |
restart | Restart the NoSQL Bridge service |
status | Show the status of the NoSQL Bridge service |
env | Print the current environment settings |
Variable | Description |
|---|---|
NOSQL_HOME | Home directory of the command |
NOSQL_OPTS | Command line options for the command. Use a space to separate multiple options. When the options string includes spaces, delimit it with quotes, for example: NOSQL_OPTS="--port=1234 --context-path=/tmp" |
NOSQL_JAVA_EXE | Alternative JVM for the command |
NOSQL_JAVA_OPTS | Java options for the command. Use a space to separate multiple options. When the options string includes spaces, delimit it with quotes, for example: NOSQL_JAVA_OPTS="-XX:+HeapDumpOnOutOfMemoryError -Xmx8G" |
NOSQL_LOG_FILE | File where the command output is redirected |
NOSQL_PID_FILE | Semaphore file to inform if the command is running or not. This file contains the process ID. |